crypto/tls.SessionState.cipherSuite (field)
16 uses
crypto/tls (current package)
handshake_client.go#L213: suite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L346: if mutualCipherSuite(hello.cipherSuites, session.cipherSuite) == nil {
handshake_client.go#L362: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L381: if mutualCipherSuiteTLS13(hello.cipherSuites, session.cipherSuite) != nil {
handshake_client.go#L795: if hs.session.cipherSuite != hs.suite.id {
handshake_client_tls13.go#L254: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L353: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L472: if hs.session.cipherSuite != c.cipherSuite {
handshake_server.go#L450: if id == sessionState.cipherSuite {
handshake_server.go#L460: suite := selectCipherSuite([]uint16{sessionState.cipherSuite},
handshake_server_tls13.go#L322: pskSuite := cipherSuiteTLS13ByID(sessionState.cipherSuite)
handshake_server_tls13.go#L367: sessionState.EarlyData && sessionState.cipherSuite == hs.suite.id &&
ticket.go#L82: cipherSuite uint16
ticket.go#L115: b.AddUint16(s.cipherSuite)
ticket.go#L190: !s.ReadUint16(&ss.cipherSuite) ||
ticket.go#L295: cipherSuite: c.cipherSuite,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |